 |
API Documentation
|
|
|
CULL_MODE
Available culling modes.
Definition: DxDefinesWrapper.h:381
RESOURCE_MISC_FLAG
Available misc flags for resources.
Definition: ResourceMiscFlag.h:12
static COMPARISON_FUNC getStringComparisonFunc(const nkMemory::StringView &str)
BLEND_OP
Available blending operations.
Definition: DxDefinesWrapper.h:345
static nkMemory::StringView getFormatString(FORMAT val)
static nkMemory::StringView getCullModeString(CULL_MODE val)
static COLOR_WRITE_ENABLE getStringWriteMask(const nkMemory::StringView &str)
static DEPTH_WRITE_MASK getDepthWriteMaskFromIndex(unsigned int index)
static RESOURCE_TYPE getStringResourceType(const nkMemory::StringView &str)
static PROGRAM_COMPILATION_PROFILE getStringProgramProfile(const nkMemory::StringView &str)
RESOURCE_TYPE
The type of resources available in the component.
Definition: ResourceType.h:12
static nkMemory::StringView getBindFlagString(BIND_FLAG val)
SHADER_TYPE
Available shader types.
Definition: DxDefinesWrapper.h:392
static nkMemory::StringView getPassTypeString(PASS_TYPE val)
Converts enums to string, and vice versa.
Definition: StructToString.h:14
static STENCIL_OP getStencilOpFromIndex(unsigned int index)
static nkMemory::StringView getShaderTypeString(SHADER_TYPE val)
static nkMemory::StringView getBlendOpString(BLEND_OP val)
static BLEND getStringBlend(const nkMemory::StringView &str)
static COMPARISON_FUNC getComparisonFuncFromIndex(unsigned int index)
static SHADER_TYPE getStringShaderType(const nkMemory::StringView &str)
static PASS_TYPE getStringPassType(const nkMemory::StringView &str)
static USAGE getStringUsage(const nkMemory::StringView &str)
static nkMemory::StringView getResourceTypeString(RESOURCE_TYPE val)
static CPU_ACCESS_FLAG getCpuAccessFlagFromIndex(unsigned int index)
static STENCIL_OP getStringStencilOp(const nkMemory::StringView &str)
static nkMemory::StringView getTexRenderFlagString(TEX_RENDER_FLAG val)
static BLEND_OP getBlendOpFromIndex(unsigned int index)
static BLEND getBlendFromIndex(unsigned int index)
static nkMemory::StringView getProgramProfileString(PROGRAM_COMPILATION_PROFILE val)
static CPU_ACCESS_FLAG getStringCpuAccessFlag(const nkMemory::StringView &str)
static FILL_MODE getFillModeFromIndex(unsigned int index)
static CULL_MODE getCullModeFromIndex(unsigned int index)
static BLEND_OP getStringBlendOp(const nkMemory::StringView &str)
static TEXTURE_ADDRESS_MODE getAddressModeFromIndex(unsigned int index)
DEPTH_WRITE_MASK
Available depth write masks.
Definition: DxDefinesWrapper.h:197
static nkMemory::StringView getDepthWriteMaskString(DEPTH_WRITE_MASK val)
static TEXTURE_ADDRESS_MODE getStringAddressMode(const nkMemory::StringView &str)
static nkMemory::StringView getAddressModeString(TEXTURE_ADDRESS_MODE val)
static COLOR_WRITE_ENABLE getWriteMaskFromIndex(unsigned int index)
static RESOURCE_MISC_FLAG getMiscFlagFromIndex(unsigned int index)
COLOR_WRITE_ENABLE
Available color write masks.
Definition: DxDefinesWrapper.h:358
BLEND
Available blending types.
Definition: DxDefinesWrapper.h:320
static nkMemory::StringView getStencilOpString(STENCIL_OP val)
static const char * getBlendString(BLEND val)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
static nkMemory::StringView getMiscFlagString(RESOURCE_MISC_FLAG val)
PASS_TYPE
The pass types available in the component.
Definition: PassType.h:12
static CULL_MODE getStringCullMode(const nkMemory::StringView &str)
static USAGE getUsageFromIndex(unsigned int index)
static nkMemory::StringView getShaderSemanticString(SHADER_SEMANTIC val)
static nkMemory::StringView getComparisonFuncString(COMPARISON_FUNC val)
static nkMemory::StringView getUsageString(USAGE val)
static RESOURCE_MISC_FLAG getStringMiscFlag(const nkMemory::StringView &str)
TEXTURE_ADDRESS_MODE
Available texture addressing modes available for samplers.
Definition: DxDefinesWrapper.h:57
static FILTER getFilteringFromIndex(unsigned int index)
static BIND_FLAG getStringBindFlag(const nkMemory::StringView &str)
FILTER
Available filters available for samplers.
Definition: DxDefinesWrapper.h:13
static FILL_MODE getStringFillMode(const nkMemory::StringView &str)
SHADER_SEMANTIC
Available shader semantics.
Definition: DxDefinesWrapper.h:408
COMPARISON_FUNC
Available comparison functions.
Definition: DxDefinesWrapper.h:70
STENCIL_OP
Available stencil operations.
Definition: DxDefinesWrapper.h:207
FORMAT
Available formats for resources.
Definition: DxDefinesWrapper.h:86
static FORMAT getFormatFromIndex(unsigned int index)
FILL_MODE
Available filling mode during rasterization.
Definition: DxDefinesWrapper.h:371
static FILTER getStringFiltering(const nkMemory::StringView &str)
static BIND_FLAG getBindFlagFromIndex(unsigned int index)
static SHADER_SEMANTIC getStringShaderSemantic(const nkMemory::StringView &str)
PROGRAM_COMPILATION_PROFILE
Available program compilation profiles.
Definition: DxDefinesWrapper.h:533
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
static TEX_RENDER_FLAG getStringTexRenderFlag(const nkMemory::StringView &str)
static nkMemory::StringView getCpuAccessFlagString(CPU_ACCESS_FLAG val)
static nkMemory::StringView getFillModeString(FILL_MODE val)
TEX_RENDER_FLAG
The render flag possible for a texture.
Definition: Texture.h:22
static DEPTH_WRITE_MASK getStringDepthWriteMask(const nkMemory::StringView &str)
static nkMemory::StringView getWriteMaskString(COLOR_WRITE_ENABLE val)
static nkMemory::StringView getFilteringString(FILTER val)
static FORMAT getStringFormat(const nkMemory::StringView &str)